array
Type
keyword
Summary
Used with the 'is a' and 'is not a' operators to check whether a value is an array.
Syntax
array
Description
Use the array keyword to find out whether a value is an array.
Examples
put "apple" into tArray[1]
put "carrot" into tArray[1]
put tArray is an array -- Evaluates to true
Related
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile